From 1e54275af681caff0894a50366f27574ab5edca7 Mon Sep 17 00:00:00 2001 From: Boris Ostrovsky Date: Tue, 24 Mar 2015 09:23:54 +0100 Subject: [PATCH] pci: include asm/numa.h in pci.h Commit 4fa6b0bacf9c ("pci: stash device's PXM information in struct pci_dev") added node field to xen/include/xen/pci.h. Its type, nodeid_t, is defined in asm/numa.h and we should include this file explicitly in pci.h Reported-by: Julien Grall Signed-off-by: Boris Ostrovsky --- xen/include/xen/pci.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/include/xen/pci.h b/xen/include/xen/pci.h index b281790cf5..4377f3e9cc 100644 --- a/xen/include/xen/pci.h +++ b/xen/include/xen/pci.h @@ -14,6 +14,7 @@ #include #include #include +#include #include /* -- 2.30.2